Scenario #5101: Query Subscription Relations of Given Person

Properties

Required

Given

name value
personUuid 9e12338f-c1ea-4237-9d64-f085a84850c6
relationType SUBSCRIBER

Query Relations

HTTP GET "/api/hs/office/relations?personUuid=9e12338f-c1ea-4237-9d64-f085a84850c6&relationType=SUBSCRIBER" // Person: Test AG \
  -H "Authorization: Bearer $HSADMINNG_JWT_BEARER" \
  `# {` \
  `#   "sub" : "uuid<hsh-alex_superuser>"` \
  `# }`
=> status: 200 OK 
[ {
  "uuid" : "5a6cfa55-60c9-48b7-bfa8-dec4c393f65b", // Subscription: Michael Miller to operations-discussion
  "anchor" : {
    "uuid" : "9e12338f-c1ea-4237-9d64-f085a84850c6", // Person: Test AG
    "personType" : "LEGAL_PERSON",
    "tradeName" : "Test AG",
    "salutation" : null,
    "title" : null,
    "givenName" : null,
    "familyName" : null
  },
  "holder" : {
    "uuid" : "01daf8a5-78ce-4d13-bd9e-f489023fe8c7", // Person: Michael Miller
    "personType" : "NATURAL_PERSON",
    "tradeName" : null,
    "salutation" : null,
    "title" : null,
    "givenName" : "Michael",
    "familyName" : "Miller"
  },
  "type" : "SUBSCRIBER",
  "mark" : "operations-discussion",
  "contact" : {
    "uuid" : "308b0e9c-7c17-4fc9-a479-dc61a57bd459", // Contact: michael.miller@example.org
    "caption" : "Michael Miller",
    "postalAddress" : { },
    "emailAddresses" : {
      "main" : "michael.miller@example.org"
    },
    "phoneNumbers" : { }
  }
} ]

generated on 2026-08-10 04:34:24 for branch HEAD